home *** CD-ROM | disk | FTP | other *** search
- FailAt 30
-
- Echo "*nInstall reqtools.library"
- Echo "for Bview 1.x and other programs"
- Echo "Look at version and press y or n to install*n"
-
- Version >NIL: exec.library 37
- If WARN
- Echo "Your Amiga does not have Kickstart 2.0 or higher in ROM.*nCan't Run Bview."
- Skip END
- EndIf
-
- Version >NIL: LIBS:reqtools.library
- If NOT ERROR
- Echo "Your Version of reqtools.library is:"
- Version LIBS:reqtools.library
- Echo " "
- Else
- Echo "No version of reqtools.library installed*n"
- EndIf
-
- Echo "Version distributed with Bview is : 38.1266*n"
-
- Ask "Install This version ?"
- If WARN
- Copy LibsBV/reqtools.library LIBS:reqtools.library
- Echo "OK new version installed.*n"
- EndIf
-
- Echo "Installation complete.*n"
- Echo "Now Copy Bview To the directory you want or copy whole dir BviewXXX"
- Echo "Read Guide for more information about Bview..."
- Echo "Especially when you use AGA chipset."
- Echo "IF env won't work this is an env file on distribution disk"
-
- Skip END
-
- Lab ABORTED
-
- Echo "*nInstallation aborted!*n"
-
- Lab END
-
- Wait 10
- EndCLI >NIL:
-